home *** CD-ROM | disk | FTP | other *** search
- on enterFrame
- cursor(-1)
- sound stop 1
- sound stop 2
- set the sound of cast 912 to 1
- puppetSprite(2, 0)
- puppetSprite(7, 0)
- puppetSprite(11, 0)
- puppetSprite(37, 0)
- set the visible of sprite 9 to 1
- set the visible of sprite 5 to 1
- set the visible of sprite 6 to 1
- set the visible of sprite 8 to 0
- set the visible of sprite 12 to 0
- set the visible of sprite 13 to 0
- set the visible of sprite 14 to 0
- set the visible of sprite 16 to 0
- if rollOver(17) then
- set the visible of sprite 8 to 1
- end if
- if rollOver(18) then
- set the visible of sprite 12 to 1
- end if
- if rollOver(19) then
- set the visible of sprite 13 to 1
- end if
- if rollOver(20) then
- set the visible of sprite 14 to 1
- end if
- if rollOver(21) then
- set the visible of sprite 16 to 1
- end if
- if the movieTime of sprite 9 = the duration of cast 912 then
- puppetSound("loose")
- updateStage()
- puppetTransition(52, 1, 120, 1)
- set the visible of sprite 3 to 1
- set the visible of sprite 2 to 1
- unLoad("jmp rp", "jmpg")
- go("berry")
- end if
- end
-
- on exitFrame
- go(the frame)
- end
-